home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / unzip42.zip / AMIGA.ZIP / CONTENTS next >
Text File  |  1992-03-03  |  1KB  |  25 lines

  1. Contents of the AMIGA sub-archive for UnZip 4.2 and later:
  2.  
  3.   Contents      this file
  4.   DMakefile     DICE compiler makefile for regular UnZip
  5.   DMakefile.cr  DICE compiler makefile for UnZip with decryption (need crypt.c)
  6.   lmkfile       SAS/C makefile for regular UnZip
  7.   lmkfile.cr    SAS/C makefile for UnZip with decryption (need crypt.c)
  8.   patch.pw      Paul Wells _TZ patch, subsequently modified (see below)
  9.   readme.pw     Paul Wells comments
  10.   stat.c        stat() function for Paul Wells port
  11.   utime.c       utime() function for Paul Wells port
  12.  
  13. Notes:  Paul Wells' original Amiga port for SAS/C and Lattice C (I think)
  14. was subsequently modified for another compiler (probably DICE by Georg
  15. Sassen), and possibly no longer compiles under the original compilers.
  16. The suspect code is in file_io.c and has to do with Paul's _TZ code, which
  17. is presently commented out and replaced by a specialized SetFileDate call.
  18. The file patch.pw will give you some idea of how the code originally looked.
  19. Presumably all three compilers have predefined macros which identify them,
  20. so there need not be any conflict; but there may be one at the moment.
  21.  
  22. Note also that the DICE compiler version does not require either of the
  23. two source files included here, and that none of the Amiga stuff has been
  24. tested since UnZip 4.1.
  25.